home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global timecheck, switch
- if the timer > 300 then
- repeat with n = 50 down to 1
- puppetSprite(n, 0)
- end repeat
- go(the frame + 1)
- startTimer()
- else
- go(the frame)
- end if
- if timecheck = 1 then
- trevor()
- if switch = 1 then
- startTimer()
- set switch to 0
- end if
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- sound stop 1
- go(13)
- end
-